home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tri32bit.zip / INSTALL.TXT < prev    next >
Text File  |  1992-12-13  |  4KB  |  119 lines

  1. Here's how I installed the Trident 32-bit drivers:
  2.  
  3. 1.  You must go back to the standard 32 bit 640x480x16 drivers that are
  4.     installed after the service pack.  This is required!  You can do this
  5.     by using Selective Install (or Device Driver Install if you backed up
  6.     your original driver and stored it in a safe location.)  Be sure to get
  7.     the standard VGA drivers working beforing you attempt to install the
  8.     Trident drivers.
  9.  
  10. 2.  Backup the following files:
  11.     \OS2\SVGA.EXE
  12.     \OS2\DLL\BVHSVGA.DLL
  13.     \OS2\DLL\IBMDEV32.DLL
  14.     \OS2\DLL\IBMVGA32.DLL
  15.     \OS2\DLL\*.FON
  16.  
  17. 3.  Replace \OS2\MDOS\SVGA.EXE with the one included in the archive.  Run
  18.     SVGA ON DOS.  This will create a file called SVGADATA.DOS.  Note that
  19.     the old SVGADATA.PMI and this SVGADATA.DOS are in fact different, so
  20.     you will have to replace it.  (Don't do any copying yet, just follow
  21.     the rest of these instructions.)
  22.  
  23. 4.  Boot from a floppy.  (If you are running FAT, a DOS boot disk is fine,
  24.     or if you have HPFS on your C partition, you must use an OS/2 boot
  25.     diskette.  If you haven't created an OS/2 boot diskette, use the first
  26.     two diskettes from the original install diskettes.  When the IBM OS/2
  27.     white screen appears, press ESC, which will give you an OS/2 full screen
  28.     session.
  29.  
  30.     Once you are at a DOS or OS/2 prompt, continue with these instructions:
  31.  
  32. 5.  Replace \OS2\DLL\BVHSVGA.DLL with the one in this archive.
  33.  
  34. 6.  Replace \OS2\DLL\IBMDEV32.DLL with one of the Trident 32-bit drivers.
  35.     In this archive, they are named the following:
  36.       640DEV32.DLL    640x480x256 32-bit Trident driver
  37.       800DEV32.DLL    800x600x256 32-bit Trident driver
  38.       1KDEV32.DLL     1024x768x256 32-bit Trident driver
  39.  
  40.     Be sure to rename the appropriate driver of your choice to IBMDEV32.DLL
  41.     and place it in the \os2\dll directory.
  42.  
  43. 7.  Replace \OS2\DLL\IBMVGA32.DLL with the one in this archive.
  44.  
  45. 8.  Type INSTALL.  (This runs INSTALL.BAT or INSTALL.CMD depending if you are
  46.     in a DOS or OS/2 session.)  This replaces your existing .FON files
  47.     (fonts) with the ones included in this archive.
  48.  
  49. 9.  Backup \OS2\SVGADATA.PMI (you couldn't do this until you had booted from
  50.     a floppy.)
  51.  
  52. 10. Replace \OS2\SVGADATA.PMI with the \OS2\SVGADATA.DOS created in step 3.
  53.  
  54. 11. Reboot.  You should have the 32-bit drivers working.
  55.  
  56. NOTES:
  57.  
  58. 1.  This installation doesn't even touch DISPLAY.DLL.  You must keep the
  59. original DISPLAY.DLL there, as it does NOT control the display in the SP.
  60. Read \README for more details. (It acts as a passthrough to IBMDEV32.DLL)
  61.  
  62.  
  63. Installing the Windows drivers:
  64. ---------- --- ------- --------
  65.  
  66. Modifications necessary to run the combined windows drivers:
  67. Edit SYSTEM.INI in your Win-OS/2 directory and add:
  68.  
  69. In the [boot.description] entry:
  70. display.drv=<resolution> <font size> <memory> <chip type>
  71. sdisplay.drv=<resolution> <font size> <memory> <chip type>
  72.  
  73. Where <resolution> can be: 1024x768x256
  74.                            800x600x256
  75.                            640x480x256
  76.  
  77. Where <font size> can be: Large fonts
  78.                           Small fonts
  79.  
  80. NOTE: Use Large fonts for 1024x768x256  FS (WSPDBF.DRV) Seamless (WSPDSBF.DRV)
  81.       Use Small fonts for 800x600x256   FS (WSPDSF.DRV) Seamless (WSPDSSF.DRV)
  82.                           640x480x256   FS (WSPDSF.DRV) Seamless (WSPDSSF.DRV)
  83.  
  84. Where <memory> can be: 1M
  85.                        512K
  86.  
  87. Where <chip type> can be: ET4000
  88.                           ATI
  89.                           IBMVGA256c
  90.                           Paradise
  91.                           Video7
  92.                           Trident
  93.  
  94. Example of 1024x768x256 for Trident with 1 Meg:
  95.  
  96. [boot]
  97. sdisplay.drv=wspdsbf.drv
  98. display.drv=wspdbf.drv
  99.  
  100. [boot.description]
  101. display.drv=1024x768x256 Large fonts 1M Trident
  102. sdisplay.drv=1024x768x256 Large fonts 1M Trident
  103.  
  104. ...
  105.  
  106. display.drv=640x480x256 Small fonts 1M ET4000
  107. sdisplay.drv=640x480x256 Small fonts 1M ET4000
  108.  
  109. display.drv=800x600x256 Small fonts 1M ET4000
  110. sdisplay.drv=800x600x256 Small fonts 1M ET4000
  111.  
  112. NOTES ON THE WIN-OS/2 DRIVERS:
  113.  
  114. 1.  If you run a Win-OS/2 application seemlessly, and your palette
  115.     gets altered, go to Control Panel and remove any background
  116.     .BMP, and just use a solid color.  While it may not be as pretty
  117.     for your Win-OS/2 full screen sessions, it usually eliminates
  118.     the palette problems.
  119.